home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ewebedit / output.asp < prev    next >
Encoding:
Text File  |  1999-05-08  |  958 b   |  26 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3.     <head>
  4.         <title>Output</title>
  5.     </head>
  6.     <body>
  7.         <table>
  8.             <tr>        
  9.                 <!---   Not needed anymore. using single quotes.
  10.                         <cfset newhtml =  #Replace(TextHTMLHField, '<A HREF=', '<A HREF="', 'ALL')# > 
  11.                         <cfset newhtml2 =  #Replace(newhtml, 'HREFEND>', '">', 'ALL')# > 
  12.                         For Hyperlinks to work properly I need to write some code to fix the string
  13.                         In Cold Fusion it I would this, need to do for ASP              
  14.                  --->
  15.                 <td><font face="verdana, arial, helvetica" size="2"><%Response.write(Request.Form("TextHTMLHField")) %></font>    </td>
  16.             </tr>    <!--- This would be a good place to write TextHTMLField to database --->
  17.             <tr>
  18.                 <td><hr></td>
  19.             </tr>        
  20.             <tr>
  21.                 <td><font face="verdana, arial, helvetica" size="3">Click <a href="demo.asp">here</a> to Return back to the Editor</font></td>
  22.             </tr>        
  23.         </table>
  24.     </body>
  25. </html>
  26.